home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / regccsphone.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  5.0 KB  |  169 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <title>Customer Service</title>
  8.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  9.         <meta http-equiv="MSThemeCompatible" content="yes">
  10.         <link href="ccc.css" type="text/css" rel="STYLESHEET">
  11.         <script src="ccc.js"></script>
  12.         <script language="javascript">
  13.         <!--
  14.             var aData = new Array(
  15.                 "North America;800-772-6735",
  16.                 "U.K.;0800 376 9271",
  17.                 "Europe- if country is not listed separately;+44 (0) 1628 581601",
  18.                 "Argentina;0800-666-1451",
  19.                 "Austria;0800 677 027",
  20.                 "Australia;1-800-658-850",
  21.                 "Belgium (Dutch);0800 49 861",
  22.                 "Belgium (French);0800 49 860",
  23.                 "Brazil;0800-891-8997",
  24.                 "Czech Republic and Slovakia;420 224 239 645",
  25.                 "China;1-0800-610-2323",
  26.                 "Colombia;01-800-518-0154",
  27.                 "Denmark;80 882 219",
  28.                 "Finland;0-800-1-16331",
  29.                 "France;0805 639 920",
  30.                 "Germany;0800 101 6079",
  31.                 "Hong Kong;800-964-514",
  32.                 "Hungary;361 481 2160",
  33.                 "Indonesia;001-803-61-539",
  34.                 "Ireland;1800 992 911",
  35.                 "Israel;44 1628 581601",
  36.                 "Italy;800 986 250",
  37.                 "Japan;(03) 5977-3793",
  38.                 "Luxembourg;44 1628 581601",
  39.                 "Malaysia;1-800-80-7895",
  40.                 "Mexico;001800-514-9196",
  41.                 "Netherlands;0800 020 3700",
  42.                 "New Zealand;0508-COREL-1",
  43.                 "Norway;800 10972",
  44.                 "Poland;48 71 347 7279",
  45.                 "Portugal;44 1628 581601",
  46.                 "Singapore;800-6161-853",
  47.                 "South Africa;0800 992 570",
  48.                 "South Korea;82 2 392 4198",
  49.                 "Spain;800 098 125",
  50.                 "Sweden;0200 885 065",
  51.                 "Switzerland (German);0800 000 787",
  52.                 "Switzerland (French);0800 000 786",
  53.                 "Taiwan;0-0801-61-1411"
  54.                 );
  55.  
  56.             function FillData()
  57.             {
  58.                 for (i = 0; i < aData.length; i++)
  59.                 {
  60.                     var oOption;
  61.                     var ssData = aData[i].split(";");
  62.                     
  63.                     oOption = document.createElement("OPTION");
  64.                     cmbRegion.options.add(oOption);
  65.  
  66.                     oOption.innerText = ssData[0];
  67.                     oOption.value = i;
  68.                 }
  69.                 
  70.                 cmbRegion.selectedIndex = 0;
  71.                 showCustomerServiceInfo();
  72.                 cmbRegion.setActive();
  73.             }
  74.                         
  75.             function showCustomerServiceInfo() 
  76.             {
  77.                 if (cmbRegion.selectedIndex >= 0)
  78.                 {
  79.                     var ssData = aData[cmbRegion.selectedIndex].split(";");
  80.                     
  81.                     dataLabel.innerText = ssData[0];
  82.                     dataPhone.innerText = ssData[1];
  83.                 }
  84.             }
  85.             
  86.             function doInit()
  87.             {
  88.                 var strInvokedFrom = getParamVal("invokedfrom");
  89.                 if ( strInvokedFrom != 2 )
  90.                 {
  91.                     location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle';                    
  92.                 }
  93.                 location='pcucmd://FrameDataLoaded'; 
  94.                 
  95.                 FillData();
  96.             }
  97.         -->
  98.         </script>
  99.     </head>
  100.     <body onload="doInit()">
  101.         <div id="ButtonBar" style="display:none">
  102.                 <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  103.                     <tr>
  104.                         <td>
  105.                             <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions">
  106.                                 <option selected="true" value="7">Remind me in 1 week</option>
  107.                                 <option value="14">Remind me in 2 weeks</option>
  108.                                 <option value="30">Remind me in a month</option>
  109.                                 <option value="-1">Never</option>
  110.                             </select>
  111.                         </td>
  112.                         <td style="width:50" align="right">
  113.                             <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>L</u>aunch the program</button>
  114.                             <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose">C<u>l</u>ose</button>
  115.                         </td>
  116.                     </tr>
  117.                 </table>
  118.         </div>
  119.         <div id="pcu_data" style="DISPLAY: none">
  120.             PageDimension:630,440
  121.         </div>
  122.         <table align="center" height="100%">
  123.             <tr>
  124.                 <td>
  125.                     <br />
  126.                     <br />
  127.                     <label accesskey="S" for="cmbRegion"><u>S</u>elect your region:</label>
  128.                     <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
  129.                     </select>
  130.                     <br />
  131.                     <br />
  132.                     <br />
  133.                     <table width="550" border="0">
  134.                         <tr>
  135.                             <td width="250">Region</td>
  136.                             <td width="125">Phone Number</td>
  137.                             <td width="150"> </td>
  138.                         </tr>
  139.                     </table>
  140.                 </td>
  141.             </tr>
  142.             <tr>
  143.                 <td>
  144.                     <table width="550" bordercolor="gray" border="1">
  145.                         <tr height="20">
  146.                             <td id="dataLabel" style="WIDTH: 40%">
  147.                             </td>
  148.                             <td id="dataPhone" style="WIDTH: 50%">
  149.                             </td>
  150.                         </tr>
  151.                     </table>
  152.                 </td>
  153.             </tr>
  154.             <tr height="100%" valign="top">
  155.                 <td height="100%">
  156.                     <p><br />
  157.                     </p>
  158.                     <p><font size="-1">For a complete list of Corel Customer Service phone numbers, please 
  159.                             visit <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a>
  160.                             <br />
  161.                         </font>
  162.                         <br />
  163.                     </p>
  164.                 </td>
  165.             </tr>
  166.         </table>
  167.     </body>
  168. </html>
  169.